home *** CD-ROM | disk | FTP | other *** search
/ Money in the 90s / Money in the 90s - Windows (Laser Resources, Inc.)(1994).iso / si.zip / REBOOTSI.BAT < prev    next >
DOS Batch File  |  1994-01-21  |  412b  |  12 lines

  1. echo off
  2. if not exist reboot.si goto END
  3. del reboot.si
  4. echo Your CONFIG.SYS needed to be modified to increase FILES to 40.
  5. echo In order for software to function properly, you MUST have 
  6. echo rebooted your machine for the modification to take effect.
  7. echo If you have already rebooted, simply proceed with the program.
  8. echo Otherwise, ESC to quit the program and reboot before proceeding.
  9. pause
  10. :END
  11.  
  12.